home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / default / ufw < prev    next >
Text File  |  2008-10-08  |  1KB  |  34 lines

  1. # /etc/default/ufw
  2.  
  3. # set to yes to apply rules to support IPv6 (no means only IPv6 on loopback
  4. # accepted). You will need to 'disable' and then 'enable' the firewall for
  5. # the changes to take affect.
  6. IPV6=no
  7.  
  8. # set the default input policy to ACCEPT or DROP.  Please note that if you
  9. # change this you will most likely want to adjust your rules
  10. DEFAULT_INPUT_POLICY="DROP"
  11.  
  12. # set the default output policy to ACCEPT or DROP.  Please note that if you
  13. # change this you will most likely want to adjust your rules
  14. DEFAULT_OUTPUT_POLICY="ACCEPT"
  15.  
  16. # set the default forward policy to ACCEPT or DROP.  Please note that if you
  17. # change this you will most likely want to adjust your rules
  18. DEFAULT_FORWARD_POLICY="DROP"
  19.  
  20. # set the default application policy to ACCEPT, DROP or SKIP. Please note that
  21. # setting this to ACCEPT may be a security risk. See 'man ufw' for details
  22. DEFAULT_APPLICATION_POLICY="SKIP"
  23.  
  24. #
  25. # IPT backend
  26. #
  27. # only enable if using iptables backend
  28. IPT_SYSCTL=/etc/ufw/sysctl.conf
  29.  
  30. # extra connection tracking modules to load
  31. IPT_MODULES="nf_conntrack_ftp nf_nat_ftp nf_conntrack_irc nf_nat_irc"
  32.  
  33.